home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 005 / fbucks.arc / INSTALHD.BAT < prev    next >
DOS Batch File  |  1986-11-18  |  921b  |  47 lines

  1. Echo Off
  2. Cls
  3. Echo Make sure your Printer is turned on
  4. Echo If you don't have a printer press Abort
  5. Echo when you get a printer I/O Error Message
  6. Echo .
  7. Pause
  8. copy readme.doc Prn
  9. if exist c:\fBucks\*.* goto pm1
  10. Echo Installing Fastbucks
  11. md c:\fbucks
  12. md c:\fbucks\data
  13. Copy fb.* c:\fbucks
  14. copy chk*.* c:\fbucks\data
  15. copy sav*.* c:\fbucks\data
  16. copy chg*.* c:\fbucks\data
  17. copy accts.dat c:\fbucks\data
  18. copy bud*.dat c:\fbucks\data
  19. cls
  20. c:
  21. cd c:\fbucks
  22. Echo  
  23. Echo When Prompted for Data path name enter c:\Fbucks\data
  24. Pause
  25. fb
  26. cd c:\
  27. goto endit
  28. :pm1
  29. Cls
  30. echo c:\FBucks dir already exists
  31. echo  
  32. echo If you do not want fbucks to be installed 
  33. echo at this time.............................
  34. echo    .  
  35. echo Hit ^C to abort installation;
  36. echo    .  
  37. Pause
  38. echo     .  
  39. Echo Sample data files will not be Copied to data directory ..... 
  40. Copy fb.* c:\fbucks
  41. c:
  42. cd c:\fbucks
  43. Fb
  44. cd \
  45. :endit
  46. c:
  47.